xen.git
2005-11-30 kaf24@firebug... Remove some vmx header files from Xen public interfaces.
2005-11-30 kaf24@firebug... Fix serial pty creation in qemu-dm. Set raw attributes to
2005-11-30 kaf24@firebug... We need to do sync when mov_to_cr3 to a value already...
2005-11-30 kaf24@firebug... Add ATA-over-Ethernet as a module to the default 32...
2005-11-30 kaf24@firebug... domain_pause duplicates the code from vcpu_pause. Elimi...
2005-11-30 kaf24@firebug... Removes the carriage returns from some of the vtpm
2005-11-30 kaf24@firebug... writable_pl1e in shadow mode is a machine address, so
2005-11-29 smh22@firebug... Disable some over-zealous sanity checking for now ...
2005-11-29 smh22@firebug... Fix typo.
2005-11-29 emellor@leeni... Tidy and comment use of canonicalise_mode, et al.
2005-11-29 emellor@leeni... Merged.
2005-11-29 emellor@leeni... Increase device timeout to 10 seconds, as restarting...
2005-11-29 smh22@firebug... Avoid audit code during live migrate on 32bit since...
2005-11-29 emellor@leeni... Support facilities for the new DHCP support.
2005-11-29 emellor@leeni... Added trap for ERR, to get better response from the...
2005-11-29 emellor@leeni... Replace grep >&/dev/null with grep -q.
2005-11-29 emellor@leeni... Added DHCP server support, configured by a dhcp=yes...
2005-11-29 smh22@firebug... Tidy up audit code for PAE plus avoid its use during...
2005-11-29 smh22@firebug... Cleanup backend block device logic under save/restore...
2005-11-29 kaf24@firebug... Remove shadow32 dead code (it's never built for other...
2005-11-29 kaf24@firebug... Fix vmx guest issue of allowing accessing supervisor...
2005-11-29 kaf24@firebug... Small fix for shadow mode: fix a p.t. limit check.
2005-11-29 kaf24@firebug... Clean up a previous qemu workaround where we use
2005-11-29 kaf24@firebug... Fix a race condition for multi-thread qemu dma, where...
2005-11-29 pl@us.ibm.comFix minor traceback in xen-bugtool when send fails
2005-11-28 rread@ubuntu... The device sharing check races when more than one file...
2005-11-28 rread@ubuntu... Make psmouse module builtin.
2005-11-28 kaf24@firebug... Bundle vcpu_time and vcpu_info structures together...
2005-11-28 dan@guaranine... Fix isConsoleDead() to actually run a command on the...
2005-11-28 emellor@leeni... Merged.
2005-11-28 cl349@firebug... Move mk-symlinks target into tools/Rules.mk.
2005-11-28 emellor@leeni... Change uuid string format to match that outputted by...
2005-11-28 kaf24@firebug... Hardcode many cpu features for x86/64 -- we know 64-bit
2005-11-28 kaf24@firebug... In alloc_vcpu_struct, after doing a memset on the new...
2005-11-28 kaf24@firebug... Remove bogus extra unmap_domain_page() call in
2005-11-28 Michael.Fetterman... merge
2005-11-28 Michael.Fetterman... merge
2005-11-28 Michael.Fetterman... minor printf and log message rework in the shadow code.
2005-11-28 Michael.Fetterman... Allow __gpfn_to_mfn() to automatically deal with transl...
2005-11-28 kaf24@firebug... arch/xen/kernel/fixup.c -> arch/xen/i386/kernel/fixup.c
2005-11-28 kaf24@firebug... Simplify boot_vcpu() implementation.
2005-11-28 emellor@leeni... Use StringIO to simplify string_iterator here. Altered...
2005-11-28 emellor@leeni... Added README.xen-bugtool.
2005-11-28 emellor@leeni... Change uses of \s within sed regexps -- some versions...
2005-11-28 emellor@leeni... Added xen-bugtool, an application that collects various...
2005-11-27 emellor@leeni... Set a console limit, in order to detect runaways.
2005-11-27 emellor@leeni... Fix console handling; saveLog call was broken if Consol...
2005-11-27 emellor@leeni... Remove keyword from call to xc.domain_setmaxmem; keywor...
2005-11-27 emellor@leeni... Merged.
2005-11-27 emellor@leeni... Change the console handling, to remove the loop and...
2005-11-27 emellor@leeni... Use the getId method to tidy up simple call to domid.
2005-11-27 emellor@leeni... Remove looping from handling of xm domid. This command...
2005-11-27 emellor@leeni... Mark 03_network_attach_detach as XFAIL. There are...
2005-11-27 emellor@leeni... Restore 05_create_noroot, as this test now seems to...
2005-11-27 emellor@leeni... Remove some Makefile cruft.
2005-11-27 emellor@leeni... Added device-sharing checks for loopback-mounted files...
2005-11-27 emellor@leeni... Renable FAIL call that was disabled back when block...
2005-11-26 emellor@leeni... Write the error message and the hotplug-status=busy...
2005-11-26 smh22@firebug... Fix formatting.
2005-11-26 smh22@firebug... Fix save/restore and migrate on x86_64.
2005-11-26 kaf24@firebug... More cleanups to the pmd-shared patch.
2005-11-26 kaf24@firebug... Clean the arch_memory_op() for-loop header.
2005-11-26 smh22@firebug... Fix x86_64 build.
2005-11-26 emellor@leeni... Merged.
2005-11-26 emellor@leeni... Fix the unpause_basic test. The console will appear...
2005-11-26 emellor@leeni... Fix the 06_block-list_checkremove test. The use of...
2005-11-26 emellor@leeni... Added a comment.
2005-11-25 emellor@leeni... Also, make a small tweak to the 12_block_attach test...
2005-11-25 emellor@leeni... Check when using physical devices that the device is...
2005-11-25 kaf24@firebug... Implement new memory_op() XENMEM_machphys_mfn_list...
2005-11-25 emellor@leeni... Only write a success node when coming online, not going...
2005-11-25 emellor@leeni... Only write a success node when coming online, not going...
2005-11-25 emellor@leeni... Don't issue the iptables diagnostic when removing entri...
2005-11-25 emellor@leeni... Match rename of parameters to match the corresponding...
2005-11-25 emellor@leeni... Fix handling of devid_end when devid is an integer...
2005-11-25 kaf24@firebug... In shadow-external mode, every VCPU must free its own
2005-11-25 smh22@firebug... Tolerate temporary inconsistency between type info...
2005-11-25 emellor@leeni... check_hotplug fails on one of my machines running ubunt...
2005-11-25 emellor@leeni... Add help option on runtests.sh
2005-11-25 dan@elm3b196... Add sanity checks that let us know if there are any...
2005-11-25 emellor@leeni... Fix stupid invalid syntax on network-attach tests.
2005-11-25 emellor@leeni... Merged.
2005-11-25 emellor@leeni... Move XenbusState from the Linux-specific xenbus.h into...
2005-11-25 smh22@firebug... Use page-sized batches in GETPAGEFRAMEINFO2 (and genera...
2005-11-25 kaf24@firebug... Fix the issue of on x86_64, rhel4 can not get into...
2005-11-25 kaf24@firebug... I cleaned up acm_ops.c and eliminated returns inside...
2005-11-25 kaf24@firebug... Update vtpm driver following the recent changes to the
2005-11-24 kaf24@firebug... Big reworking of SHARED_KERNEL_PMD logic. Includes...
2005-11-24 emellor@leeni... Merged.
2005-11-24 emellor@leeni... Programmatically generate the xm help strings from...
2005-11-24 emellor@leeni... Added a count of the number of users of this block...
2005-11-24 kaf24@firebug... Remove CONFIG_PREEMPT configuration option from Xen...
2005-11-24 kaf24@firebug... Quieten down grant-table transfer failure when it is...
2005-11-24 kaf24@firebug... Another PAE fix for pgd_ctor.
2005-11-24 kaf24@firebug... More PAE PGD fixes. Ensure we do not pin PGDs with...
2005-11-24 kaf24@firebug... Fix pgd allocation for PAE. We must handle the fact...
2005-11-24 kaf24@firebug... Fix 32b non-pae build.
2005-11-24 emellor@leeni... Merged.
2005-11-24 emellor@leeni... Check whether a device is already configured before...
2005-11-24 emellor@leeni... Support destruction of device by /dev/sda1 (for example...
next